.text-light {
    font-family: 'futura-lt-book';
}

#tarifas {
    font-family: 'helveticaregular';
    -webkit-font-smoothing: antialiased !important
}

    #tarifas h2.titulo-bloco {
        font-size: 2.880rem;
        font-family: 'futura-lt-bold';
        letter-spacing: -.035em;
        clear: both;
    }

.user-name h5 {
    font-size: 1.4rem;
    margin-bottom: 0;
}

#tarifas h2.text-light, #tarifas h3.text-light, #tarifas h4.text-light, #tarifas h5.text-light, #tarifas h6.text-light, #tarifas span.text-light, #tarifas p.text-light {
    font-family: 'futura-lt-book';
}

#tarifas h2.text-bold, #tarifas h3.text-bold, #tarifas h4.text-bold, #tarifas h5.text-bold, #tarifas h6.text-bold, #tarifas span.text-bold, #tarifas p.text-bold {
    font-family: 'futura-lt-bold';
}

.text-blue {
    color: #0066b3 !important;
}

.text-black {
    color: #000 !important;
}

.text-dark-grey {
    color: #4C556C !important;
}

.right {
    float: right;
}

#tarifas fieldset {
    border: none;
}
div.m-top-2{
    margin-top:2em;
}
#tarifas .container-info {
    border-bottom: 1px solid #c8cbd4;
    font-size: 1rem;
    line-height: 1.45;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 1.8rem;
    padding-bottom: 2.5rem;
}

    #tarifas .container-info h4 {
        font-size: 1.64rem;
    }

    #tarifas .container-info h5 {
        font-size: 1.4rem;
    }

.container-header-DarkTurquoise {
    padding-bottom: 0px;
    border-bottom: #00c4ae 1px solid;
    position:relative;
}

.table-tarifas {
    font-family: sans-serif;
}

.header-blue {
    background: #0066b3;
    color: #fff;
}

.table-tarifas tbody {
    color: #4C556C;
}

.table-tarifas .line-creditado {
    font-weight: bold;
}

.table.table-tarifas thead > tr > th {
    vertical-align: top;
    border-bottom: 1px solid #D2D4DA;
}
.m-top{
    margin-top:3em;
}
/*INPUT*/

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #0066b3;
}

.checkbox-header .checkmark {
    background-color: #0066b3;
    border: 1px solid #fff;
}


/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #dedede;
}

.checkbox-header .container-checkbox:hover input ~ .checkmark {
    background-color: #0c5f9d;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #0066b3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Radio */
/* The container */
.container-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 5px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #00c4ae;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.container-radio:hover input ~ .checkmark-radio {
    background-color: #eee;
}

.container-radio input:checked ~ .checkmark-radio {
    background-color: #00c4ae;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

.container-radio .checkmark-radio:after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.box-gray {
    background: #ededee;
    padding: 20px 5px 38px 50px;
    cursor: pointer;
}

    .box-gray p {
        width: 90%;
    }

    .box-gray p,
    .box-gray span {
        color: #4f4f4f;
        word-wrap: break-word;
        float: left;
    }

.table.table-tarifas {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.table.detalhar-tarifas {
    margin-top: 0;
    margin-bottom: 0;
}

    .table.detalhar-tarifas th,
    .table.detalhar-tarifas td {
        margin-top: 0;
        margin-bottom: 0;
    }

.action-table {
    margin-top: 20px;
}

.table-tarifas .valor-tarifa,
.table-tarifas .situacao-tarifa {
    white-space: nowrap;
}

.table-tarifas td.nome-tarifa a {
    cursor: pointer;
}

.bloco-campanha,
.bloco-tarifa {
    border: solid 1px #ccc;
    padding: 30px;
    margin: 30px 0;
    color: #4f4f4f;
}

    .bloco-campanha h4,
    .bloco-campanha span,
    .bloco-campanha p,
    .bloco-tarifa h4,
    .bloco-tarifa span,
    .bloco-tarifa p {
        color: #4f4f4f;
    }

    .bloco-campanha .titulo-campanha h4 {
        color: #4f4f4f !important;
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-weight: bold;
        font-family: "FuturaWeb", sans-serif;
        line-height: 1.2 !important;
        letter-spacing: -.035em;
    }

    .bloco-campanha .data-campanha, .bloco-campanha .valor-campanha {
        color: #4f4f4f !important;
        margin-bottom: 10px;
    }

    .bloco-campanha .acoes-campanha {
        margin-top: 20px;
    }

        .bloco-campanha .acoes-campanha .comprovante-campanha,
        .bloco-campanha .acoes-campanha .detalhes-campanha,
        .bloco-campanha .acoes-campanha .indicar-conta-campanha {
            background: transparent;
            border: none;
            color: #0066b3;
            font-size: 1.2rem;
            font-weight: bold;
            padding-left: 0;
            margin-left: 0;
        }

.box-gray .quantidade-tarifas {
    white-space: nowrap;
}

#descricao-situacao {
    width: 60%;
}

#btn-voltar-mobile {
    font-size: 40px;
    margin-bottom: 40px;
}

#btn-detalhar-comprovante-mobile {
    background: transparent;
    border: none;
    color: #0066b3;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 0;
    margin-left: 0;
}

.icone-collapse {
    font-size: 25px;
    float: right;
    margin-right: 5px;
}

.table thead > tr > th.coluna-esquerda-detalhamento, .table tbody > tr > td.coluna-esquerda-detalhamento {
    text-align: left;
    padding-left: 60px;
}

.table thead > tr > th.coluna-direita-detalhamento, .table tbody > tr > td.coluna-direita-detalhamento {
    text-align: right;
    padding-right: 60px;
}

.coluna-centro-detalhamento {
    text-align: center;
}

fieldset.fieldset-d p button#link-autenticar {
    margin-left: 0;
}

.detalhes-descricao-situacao {
    font-size: 1.533rem;
    display: flex;
}

    .detalhes-descricao-situacao, .detalhes-descricao-situacao p {
        font-size: 1.533rem;
        margin-block-start: 0.2em;
        margin-block-end: 0.2em;
    }

        .detalhes-descricao-situacao .detalhes-valor, .detalhes-descricao-situacao .detalhes-conta-credito {
            float: left;
            padding-right: 3rem;
        }

        .detalhes-descricao-situacao .detalhes-conta-credito-mobile {
            width: 100%;
            clear: both;
        }
/* CNPJ */
.consulta-cnjp .btn{
    font-size:15px;
}
.input-acqua {
    padding-bottom: 0px;
    border: none;
    border-bottom: #00c4ae 1px solid;
    padding: 10px;
    width: 250px;
}

    .input-acqua:hover, .input-acqua:focus {
        border: none;
        border-bottom: #00c4ae 1px solid;
        outline: none;
    }


/* MODAL */
.text-white {
    color: #fff;
}

.text-acqua {
    color: #45c0ae;
}

.btn-acqua {
    background: #45c0ae;
    color: #fff;
    border: #479e92;
}
.btn-acqua:hover {
    background: #479e92;
    color: #fff;
    border: #479e92;
}
.container-btn-aba {
    position: absolute;
    bottom: 0;
    right: 120px;
    margin-bottom: -1px;
}
.btn-aba {
    background: #45c0ae;
    color: #fff;
    border: none;
    border-radius: 0;
    min-height: 3.4em;
    box-shadow: none;
    height: 100%;
    min-width: 10em;
    font-size: 1em;
}
#btn-sair{
    font-size: 1rem;
}
    .btn-aba.active {
        background: transparent;
        color: #45c0ae;
        border: 1px #45c0ae solid;
        border-bottom: #fff 1px solid;
    }
.btn.tranparent {
    background: transparent;
}

.btn.border-acqua {
    border: #479e92 solid 1px;
}

body.modal-on {
    overflow: hidden;
}

.mask-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 9999;
}

.modal {
    display: none;
    position: absolute;
    min-width: 500px;
    width: 50%;
    height: auto;
    min-height: 300px;
    background: #2764b0;
    top: 20%;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99999;
}

.modal-container {
    background: url(/style%20library/tarifas/img/logo-caixa-modal.png) no-repeat;
    background-size: 100px;
    width: 100%;
    padding: 5rem 2.5rem;
    height: 100%;
    max-height: 500px;
    overflow-y: auto;
    position: relative;
}

    .modal-container h4 {
        margin-block-end: 0.5rem;
    }

    .modal-container .modal-header {
        padding: 0.2rem 1rem;
        margin-bottom: 1rem;
    }

    .modal-container .modal-body {
        padding: 0.2rem 1rem;
        margin: 1rem 0;
    }

    .modal-container .modal-footer {
        padding: 1rem;
        padding-bottom: 3rem;
        text-align: left;
        margin: 1rem 0;
        margin-bottom: 2rem;
        clear:both;
    }

        .modal-container .modal-footer .modal-action .btn {
            margin: 0.5rem;
            min-width: 10rem;
            font-weight: bold;
            float: left;
        }

.modal-footer .modal-action .btn:first-child {
    margin-left: 0;
}

.modal-footer .modal-action .btn:last-child {
    margin-right: 0;
}

/* Select */
/*the container must be positioned relative:*/
.custom-input, input[type="text"].custom-input {
    background: transparent;
    border: none;
    border-bottom: #45c0ae 1px solid;
    color: #fff;
    outline: none;
    font-family: 'futura-lt-book';
    height: 36px;
    width: 100%
}

    .custom-input::placeholder {
        color: #ffffff;
        font-family: 'futura-lt-book';
    }

.inputs-container .input-item {
    max-width: 33.3%;
    margin: 10px 0%;
    float: left;
    width: 33.3%;
    position: relative;
    padding: .4rem;
    display: flex;
}

    .inputs-container .input-item:first-child {
        padding-left: 0
    }

    .inputs-container .input-item:last-child {
        padding-right: 0;
    }
/* Chrome, Safari, Edge, Opera */
.inputs-container input::-webkit-outer-spin-button,
.inputs-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.inputs-container input[type=number] {
    -moz-appearance: textfield;
}

/**********************/

/*the container must be positioned relative:*/
.select-container, .inputs-container {
    padding: 0.5rem 0;
    clear: both;
    position: relative;
}

.custom-select {
    position: relative;
    font-family: 'futura-lt-book';
    width: 100%;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: transparent;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #45c0ae transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #45c0ae transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div {
    color: #ffffff;
    padding: 8px 5px;
    border-bottom: 1px solid #0c5f9d;
    cursor: pointer;
    user-select: none;
}

.select-selected {
    color: #ffffff;
    padding: 8px 0;
    border: 1px solid transparent;
    border-bottom-color: #45c0ae;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.select-items {
    position: absolute;
    background-color: #3271be;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 150px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*loading*/
#loading {
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.2;
    z-index: 9999;
    display: none;
}

    #loading .icon-loading {
        width: 80px;
        height: 80px;
        position: fixed;
        z-index: 99999;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 4px;
        padding: 1rem;
        background-image: url("/Style Library/pix/img/loading.gif");
        background-repeat: no-repeat;
        background-size: 80px 80px;
    }

#PF .optionPJ{
    display:none;
}
#PJ .optionPF {
    display: none;
}

@media screen and (min-width: 75em) {
    .modal-container .modal-footer .modal-action .btn {
        font-size: 1.1rem;
        min-width: 10rem;
    }

    .modal-container {
        padding: 3rem 5rem;
    }
}

@media screen and (max-width: 65.5em) {
    .modal-container .modal-footer .modal-action .btn {
        font-size: 1rem;
        min-width: 6rem;
    }

    .modal-container {
        padding: 5rem 2.5rem;
        height: 100%;
        max-height: 500px;
    }
}

@media screen and (min-width: 62.5em) {
    .user-name h5, #tarifas .container-info h5 {
        font-size: 1.533rem;
    }

    #tarifas .container-info h4 {
        font-size: 1.977rem;
    }
}

@media screen and (min-width: 1000px) {
    .text-right-desktop {
        text-align: right;
    }

    .container-btn-indicar-conta {
        position: absolute;
        top: 10px;
        right: 0;
        padding-top: 1.8em;
    }
}

@media screen and (max-width: 1000px) {
    .box-gray {
        margin: 0 5px;
    }

    .modal-container {
        background: url("../img/logo-caixa-modal.png") no-repeat;
        background-size: 100px;
        min-height: 300px;
        width: 100%;
        padding: 5rem 50px;
    }

        .modal-container .modal-footer .btn {
            font-size: 1rem;
        }

    .container-btn-indicar-conta {
        position: relative;
        margin-bottom: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .container-btn-indicar-conta .btn {
            float: left;
            margin-left: 0;
        }
    .container-header-DarkTurquoise {
        margin-bottom: 60px;
    }
    .container-btn-aba {
        position: absolute;
        bottom: -53px;
        right: 0;
        margin-bottom: -1px;
        width: 100%;
    }

    .btn-aba {
        min-height: 3.4em;
        height: 100%;
        min-width: 10em;
        width: 50%;
        margin: 0;
    }

        .btn-aba.active {
            background: transparent;
            color: #45c0ae;
            border: none;
            border-bottom: #fff 1px solid;
        }
}

@media screen and (max-width: 37.5em) {
    #tarifas .container-info h4 {
        font-size: 1.763rem;
    }

    .modal {
        top: 10%;
    }

    .user-name h5, #tarifas .container-info h5 {
        font-size: 1.45rem;
    }

    .break-text-mobile {
        float: left;
        width: 100%;
    }

    .container-radio {
        padding-right: 10px;
    }

    .checkmark-radio {
        left: 0;
    }

    .box-gray {
        padding-left: 20px;
        padding-bottom: 80px;
    }

    #descricao-situacao {
        width: auto;
    }

    #detalhamento-tarifa-contratos .hidden-mobile {
        display: none !important;
    }

    .modal {
        min-width: 300px;
        width: 95%;
        height: auto;
        min-height: 300px;
    }

    .modal-container .modal-footer .modal-action .btn {
        min-width: 8rem;
    }

    .modal-container {
        height: 100%;
        max-height: 400px;
        width: 100%;
        padding: 5rem 20px;
        overflow-y: scroll;
        position: relative;
    }

        .modal-container .modal-footer .modal-action .btn {
            min-width: 8rem;
        }

    .container-btn-indicar-conta .btn {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .detalhes-descricao-situacao{
        display:inline-block;
    }
}

@media screen and (max-width: 31.25em) { /*500px*/
    .box-gray {
        padding-left: 20px;
        padding-bottom: 100px;
    }

    .modal {
        top: 10%;
    }

    #tarifas .container-info {
        padding-bottom: 100px;
    }

        #tarifas .container-info.mobile-noborder {
            border: none;
            padding-bottom: 0;
        }

    #tarifas .container-info {
        padding-top: 0.5rem;
        padding-bottom: 2.5rem;
        display: inline-block;
    }

    .fieldset-d {
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid #d2d4da;
    }

    .modal-container .modal-footer .modal-action .btn {
        min-width: 7rem;
        font-size: 1.2em;
        padding: 0 1.2em;
        margin: 0.4rem;
    }
    .consulta-cnjp .input-acqua {
       width:100%;
    }
    .consulta-cnjp .btn{
        width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 24.9em) { /*398px*/
    .modal-container .modal-footer .modal-action .btn {
        min-width: 6rem;
        font-size: 1em;
        padding: 0 0.5em;
        margin: 0.3rem;
    }
}

@media screen and (max-width: 21em) { /*336px*/
    .modal-container .modal-footer .modal-action .btn {
        min-width: 6rem;
        font-size: 1em;
        padding: 0 0.5em;
        margin: 0.2rem;
    }
}
